Received below error while starting docker container " Error response from daemon: OCI runtime create failed: container_linux.go:348"
NickName:Divyanshu mehta Ask DateTime:2018-03-25T12:53:55

Received below error while starting docker container " Error response from daemon: OCI runtime create failed: container_linux.go:348"

I am using

$ sudo docker start <Container Id>

Below error I received

Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"-f\": executable file not found in $PATH": unknown
Error: failed to start containers: 885dccbc45d1

Copyright Notice:Content Author:「Divyanshu mehta」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/49472662/received-below-error-while-starting-docker-container-error-response-from-daemo

More about “Received below error while starting docker container " Error response from daemon: OCI runtime create failed: container_linux.go:348"” related questions

Received below error while starting docker container " Error response from daemon: OCI runtime create failed: container_linux.go:348"

I am using $ sudo docker start &lt;Container Id&gt; Below error I received Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exe...

Show Detail

while starting a docker container I have to execute a script inside docker container

while starting a docker container I have to execute a script inside docker container. Can I do it using docker run command or docker start command mentioning the path in docker? I know I have to us...

Show Detail

Docker daemon throwing error while starting in Linux RHEL

I am trying to start my dockerd daemon by this command - dockerd &amp; Then i start getting the error as below - ERRO[0036] libcontainerd: failed to receive event from containerd: rpc error: code ...

Show Detail

Docker container (redmine) not starting

I have created a redmine container using the below command. docker run -d --name redmine -v /var/lib/docker/volumes/DevVolume/redmine -p 3000:3000 --link MYSQL:mysql redmine I'm trying to copy the

Show Detail

Docker enabled usernamespace, container starting to fail

OS: CentOs When i am enabling the docker namespace, i am running into the bellow error while running container # docker run hello-world Unable to find image 'hello-world:latest' locally latest: Pul...

Show Detail

Docker container starting failed if it has docker secrets

I'm trying to run docker stack command using below compose file to understand how docker secret is working. version: '3.1' services: web: image: nginxdemos/hello secrets: ...

Show Detail

Getting error while taking mongodb backup from docker container

I am getting the following error while taking mongodb backup from docker container using shell script. I am giving the error below. container name : uBot_sandbox_subhrajp OCI runtime exec failed: e...

Show Detail

strange docker error when stop and starting a container

I have been stopping and starting this container with no problem. Then suddenly I get this strange error. see history of commands below core@ip-10-32-251-200 /vol/jenkins/war/WEB-INF/lib $ docke...

Show Detail

starting container using docker API

I am trying to deploy a container using Docker REST APIs. I am able to create a local image and create a container. However at the time of starting the container, I am getting the following error: ...

Show Detail

Error while building docker image : container_linux.go:344: starting container process

I am having a docker file FROM someimage:latest as my-image It was able to build fine for a long time. sudo docker build --target my-image However, accidentally , now it has started giving error:...

Show Detail